| Age | Commit message (Expand) | Author | Lines |
| 2019-06-17 | simplify ICE handling in HirIdValidator | ljedrz | -12/+0 |
| 2019-06-17 | fix a HIR doc, simplify one HIR-related function call | ljedrz | -3/+2 |
| 2019-06-17 | renamve hir_to_string to node_to_string | ljedrz | -32/+32 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -164/+164 |
| 2019-06-17 | replace some uses of NodeId with HirId | ljedrz | -190/+95 |
| 2019-06-17 | don't ICE on large files | Aleksey Kladov | -6/+25 |
| 2019-06-17 | Auto merge of #61857 - Centril:typeck-extract-expr, r=oli-obk | bors | -1382/+1543 |
| 2019-06-17 | Make use of `ptr::null(_mut)` instead of casting zero | Lzu Tao | -52/+55 |
| 2019-06-17 | Auto merge of #58508 - Zoxc:time-crate, r=oli-obk | bors | -4/+16 |
| 2019-06-17 | implement Error::source for Box<T: Error> | s3bk | -0/+4 |
| 2019-06-17 | Auto merge of #61889 - matthiaskrgr:submodule_upd, r=oli-obk | bors | -8/+10 |
| 2019-06-16 | Auto merge of #61892 - rijenkii:master, r=Centril | bors | -0/+9 |
| 2019-06-16 | Auto merge of #61347 - Centril:stabilize-underscore_const_names, r=petrochenkov | bors | -80/+134 |
| 2019-06-16 | type_alias_enum_variants: cleanup redundant 'allow(unused)'. | Mazdak Farrokhzad | -8/+5 |
| 2019-06-16 | Auto merge of #61881 - glaubitz:sparc64-ffi-abi, r=petrochenkov | bors | -2/+2 |
| 2019-06-16 | Auto merge of #61754 - nikomatsakis:trait-caching-perf-3, r=pnkfelix | bors | -85/+409 |
| 2019-06-16 | Auto merge of #61739 - chansuke:separate-unit-tests, r=petrochenkov | bors | -5277/+5260 |
| 2019-06-16 | make `Weak::ptr_eq`s into methods | Thomas Heck | -14/+14 |
| 2019-06-16 | if if if if | Rijenkii | -0/+9 |
| 2019-06-16 | Fix tidy | Vadim Petrochenkov | -18/+21 |
| 2019-06-16 | Separate libsyntax_ext module | chansuke | -215/+212 |
| 2019-06-16 | Separate libfmt_macros module | chansuke | -245/+244 |
| 2019-06-16 | Separate bootstrap module | chansuke | -658/+657 |
| 2019-06-16 | Separate libtest module | chansuke | -1031/+1029 |
| 2019-06-16 | Separate libserialize module | chansuke | -212/+210 |
| 2019-06-16 | Separate librustcdoc module | chansuke | -510/+507 |
| 2019-06-16 | Separate librustc module | chansuke | -708/+707 |
| 2019-06-16 | Separate librustc_metadata module | chansuke | -49/+48 |
| 2019-06-16 | Separate librustc_lint module | chansuke | -23/+22 |
| 2019-06-16 | Separate librustc_data_structures module | chansuke | -915/+913 |
| 2019-06-16 | Separate librustc_codegen_ssa module | chansuke | -95/+94 |
| 2019-06-16 | submodules: update clippy from 7b2a7a22 to be5d17fe | Matthias Krüger | -8/+10 |
| 2019-06-16 | Separate libgraphviz module | chansuke | -382/+381 |
| 2019-06-16 | Separate libarena::lib module | chansuke | -215/+214 |
| 2019-06-16 | Separate liballoc module | chansuke | -1/+1 |
| 2019-06-16 | compiletest: Move pass mode update into a separate function | Vadim Petrochenkov | -32/+36 |
| 2019-06-16 | Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix | bors | -738/+856 |
| 2019-06-16 | compiletest: Remove `skip-codegen` | Vadim Petrochenkov | -401/+315 |
| 2019-06-16 | compiletest: Validate pass modes harder | Vadim Petrochenkov | -32/+49 |
| 2019-06-16 | compiletest: Introduce `// {check,build,run}-pass` pass modes | Vadim Petrochenkov | -56/+32 |
| 2019-06-16 | Add special behaviour when int is zero | Christian Poveda | -2/+6 |
| 2019-06-16 | make example code typecheck at least | Ralf Jung | -3/+11 |
| 2019-06-16 | keep links in local crate where possible | Ralf Jung | -9/+9 |
| 2019-06-16 | Replace to_bits by force_bits and move size as parameter | Christian Poveda | -6/+14 |
| 2019-06-16 | Change to_ptr by force_ptr | Christian Poveda | -7/+7 |
| 2019-06-16 | Add force_bits and force_ptr methods | Christian Poveda | -1/+46 |
| 2019-06-15 | Help LLVM better optimize slice::Iter(Mut)::len | Scott McMurray | -4/+37 |
| 2019-06-16 | Rollup merge of #61869 - Centril:cleanup-feature-gates, r=alexreg | Mazdak Farrokhzad | -3/+2 |
| 2019-06-16 | Rollup merge of #61866 - sinkuu:redundant_clone, r=petrochenkov | Mazdak Farrokhzad | -16/+17 |
| 2019-06-16 | Rollup merge of #61832 - RalfJung:miri, r=oli-obk | Mazdak Farrokhzad | -18/+6 |