rust/src/librustc_mir
Aleksey Kladov 206fe8e1c3 flatten rustc_lexer::character_properties module
On the call site, `rustc_lexer::is_whitespace` reads much better than
`character_properties::is_whitespace`.
2019-09-04 15:13:29 +03:00
..
borrow_check flatten rustc_lexer::character_properties module 2019-09-04 15:13:29 +03:00
build Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebank 2019-08-29 05:32:51 +02:00
dataflow Kill borrows from assignments after generating new borrows 2019-08-31 15:35:20 +01:00
hair Cleanup: Consistently use Param instead of Arg #62426 2019-08-27 14:07:41 +02:00
interpret Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obk 2019-09-02 22:07:40 +00:00
monomorphize Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obk 2019-09-02 22:07:40 +00:00
transform Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebank 2019-08-29 05:32:51 +02:00
util Apply review comments 2019-08-28 07:11:12 +09:00
Cargo.toml remove XID and Pattern_White_Space unicode tables from libcore 2019-09-04 13:11:11 +03:00
const_eval.rs const_prop: only call error_to_const_error if we are actually showing something 2019-08-27 22:18:25 +02:00
error_codes.rs Remove unnecessary features from compiler error code list 2019-08-06 10:49:45 -07:00
lib.rs Use associated_type_bounds where applicable - closes #61738 2019-08-08 22:39:15 +02:00
lints.rs rename hir::map::get_by_hir_id to get 2019-06-20 12:50:06 +02:00
shim.rs Resolve PR comments 2019-08-22 06:36:31 -04:00