| Age | Commit message (Expand) | Author | Lines |
| 2020-02-08 | Add a test that demonstrates a segfault when calling into rust with non-c-lik... | John VanEnk | -0/+55 |
| 2020-02-07 | Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasper | bors | -207/+613 |
| 2020-02-07 | Auto merge of #68933 - Dylan-DPC:rollup-akz13kj, r=Dylan-DPC | bors | -203/+516 |
| 2020-02-07 | Rollup merge of #68928 - GuillaumeGomez:cleanup-e0276, r=Dylan-DPC | Dylan DPC | -2/+3 |
| 2020-02-07 | Rollup merge of #68919 - Zoxc:ast-lifetime, r=nikomatsakis | Dylan DPC | -7/+0 |
| 2020-02-07 | Rollup merge of #68909 - tmandry:panic-abort-nocapture, r=alexcrichton | Dylan DPC | -9/+88 |
| 2020-02-07 | Rollup merge of #68889 - Zoxc:hir-krate, r=eddyb | Dylan DPC | -156/+146 |
| 2020-02-07 | Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakis | Dylan DPC | -29/+279 |
| 2020-02-07 | update miri | Ralf Jung | -9/+7 |
| 2020-02-07 | clean up E0276 explanation | Guillaume Gomez | -2/+3 |
| 2020-02-07 | Remove HashStable impl for ast::Lifetime | John Kåre Alsaker | -7/+0 |
| 2020-02-07 | Auto merge of #68499 - ssomers:btree_search_tidying, r=Mark-Simulacrum | bors | -42/+101 |
| 2020-02-07 | Lift range_search up one level of abstraction | Stein Somers | -42/+45 |
| 2020-02-07 | Create benchmarks for BTreeMap::range | Stein Somers | -0/+56 |
| 2020-02-06 | Respect --nocapture in panic=abort test mode | Tyler Mandry | -9/+88 |
| 2020-02-06 | Rollup merge of #68894 - JohnTitor:update-e0565, r=Dylan-DPC | Dylan DPC | -5/+9 |
| 2020-02-06 | Rollup merge of #68888 - tspiteri:ignore-to-compile_fail, r=petrochenkov | Dylan DPC | -5/+7 |
| 2020-02-06 | Rollup merge of #68886 - tom-a-wagner:master, r=Mark-Simulacrum | Dylan DPC | -0/+12 |
| 2020-02-06 | Rollup merge of #68791 - mark-i-m:proper-linkcheck, r=ehuss,JohnTitor | Dylan DPC | -14/+61 |
| 2020-02-06 | Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc | Dylan DPC | -283/+867 |
| 2020-02-06 | make lint warn by default | Niko Matsakis | -13/+10 |
| 2020-02-06 | lint impls that will become incoherent when leak-check is removed | Niko Matsakis | -17/+166 |
| 2020-02-06 | add the ability to skip leak check within a snapshot | Niko Matsakis | -12/+37 |
| 2020-02-06 | apply various formatting nits | Niko Matsakis | -15/+15 |
| 2020-02-06 | use derive(Debug) for TypeTrace | Niko Matsakis | -7/+1 |
| 2020-02-06 | index ReEmpty by universe | Niko Matsakis | -58/+269 |
| 2020-02-06 | integrate the `sub_free_regions` code so we have only one copy of it | Niko Matsakis | -94/+106 |
| 2020-02-06 | don't mention specific region numbers in the ~ERROR message | Niko Matsakis | -2/+2 |
| 2020-02-06 | add a `IsEmpty` for use in verified bounds | Niko Matsakis | -8/+30 |
| 2020-02-06 | do not limit NiceRegionError to SubSupConflict or ConcreteFailure | Niko Matsakis | -13/+9 |
| 2020-02-06 | tests: add a revision to macro_backtrace without -Zmacro-backtrace. | Eduard-Mihai Burtescu | -4/+40 |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -119/+888 |
| 2020-02-06 | rustc_errors: hide "in this macro invocation" when redundant, more explicitly. | Eduard-Mihai Burtescu | -68/+53 |
| 2020-02-06 | rustc_errors: deduplicate the -Zmacro-backtrace suggestion message. | Eduard-Mihai Burtescu | -12/+5 |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -149/+141 |
| 2020-02-06 | rustc_errors: split macro backtrace rendering from <*macros> hacks. | Eduard-Mihai Burtescu | -67/+97 |
| 2020-02-06 | Mark fn map_or() as eagerly evaluated. | Tom A. Wagner | -0/+12 |
| 2020-02-06 | Make `krate` private | John Kåre Alsaker | -1/+1 |
| 2020-02-07 | Update E0565 examples | Yuki Okushi | -5/+9 |
| 2020-02-06 | Rollup merge of #68880 - JohnTitor:issue-non-zero, r=Dylan-DPC | Dylan DPC | -23/+37 |
| 2020-02-06 | Rollup merge of #68869 - GuillaumeGomez:err-explanation-e0271, r=Dylan-DPC | Dylan DPC | -5/+7 |
| 2020-02-06 | Rollup merge of #68845 - dwrensha:fix-68783, r=estebank | Dylan DPC | -17/+22 |
| 2020-02-06 | Rollup merge of #68844 - euclio:debug-impl-def-path, r=petrochenkov | Dylan DPC | -8/+11 |
| 2020-02-06 | Rollup merge of #68842 - Centril:issue-68785, r=estebank | Dylan DPC | -0/+14 |
| 2020-02-06 | Rollup merge of #68837 - jonas-schievink:assoc-item-lookup-2, r=estebank | Dylan DPC | -21/+24 |
| 2020-02-06 | Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkov | Dylan DPC | -665/+1049 |
| 2020-02-06 | Rollup merge of #68751 - Tyg13:unused_parens_const_static, r=Centril | Dylan DPC | -12/+36 |
| 2020-02-06 | Rollup merge of #68691 - nnethercote:rm-RefCell-from-ObligationForest, r=niko... | Dylan DPC | -5/+5 |
| 2020-02-06 | error code examples: replace some more ignore with compile_fail | Trevor Spiteri | -5/+7 |
| 2020-02-06 | Ignore panic-drops-resume.rs on wasm/emscripten | Jonas Schievink | -0/+2 |