| Age | Commit message (Expand) | Author | Lines |
| 2020-03-30 | Document ThreadSanitizer in unstable-book | Tomasz Miąsko | -86/+150 |
| 2020-03-30 | Clean up redudant conditions and match exprs | Russell Cohen | -12/+11 |
| 2020-03-30 | infer arr len from pattern | Bastian Kauschke | -21/+90 |
| 2020-03-30 | submodules: update clippy from 70b93aab to e170c849 | Matthias Krüger | -12/+8 |
| 2020-03-30 | Optimize strip_prefix and strip_suffix with str patterns | Nikhil Benesch | -30/+107 |
| 2020-03-30 | Rollup merge of #70567 - JOE1994:patch-3, r=Centril | Dylan DPC | -1/+1 |
| 2020-03-30 | Rollup merge of #70559 - RalfJung:btree-test-miri, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-03-30 | Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakis | Dylan DPC | -12/+18 |
| 2020-03-30 | Rollup merge of #70479 - RalfJung:win-env, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-03-30 | Fix broken link in README | Youngsuk Kim | -1/+1 |
| 2020-03-30 | Add inline attributes for functions used in the query system | John Kåre Alsaker | -0/+4 |
| 2020-03-30 | remove obsolete comment | Tshepang Lekhonkhobe | -3/+0 |
| 2020-03-30 | fix and test aliasing in swap_remove | Ralf Jung | -3/+9 |
| 2020-03-30 | fix aliasing in remove() | Ralf Jung | -5/+8 |
| 2020-03-30 | try_resolve_as_non_binding: span_bug -> delay_span_bug | Mazdak Farrokhzad | -9/+82 |
| 2020-03-30 | also cover next() path of draining iterators | Ralf Jung | -4/+11 |
| 2020-03-30 | test more mutating vector methods | Ralf Jung | -0/+30 |
| 2020-03-30 | fix BTreeMap test compilation with Miri | Ralf Jung | -1/+1 |
| 2020-03-30 | add some tests | Ralf Jung | -4/+18 |
| 2020-03-30 | fix ptr invalidation in Vec::truncate | Ralf Jung | -1/+2 |
| 2020-03-30 | fix pointer invalidation when extnding a vector from an untrusted iterator | Ralf Jung | -1/+3 |
| 2020-03-30 | fix Vec::extend invalidating unrelated pointers | Ralf Jung | -1/+2 |
| 2020-03-30 | rustup https://github.com/rust-lang/rust/pull/70536 | Matthias Krüger | -3/+3 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -751/+591 |
| 2020-03-30 | parse_and_disallow_postfix_after_cast: account for `ExprKind::Err`. | Mazdak Farrokhzad | -0/+12 |
| 2020-03-30 | move the definition of thread priorities to hermit-abi | Stefan Lankes | -25/+2 |
| 2020-03-30 | rustc -> rustc_middle part 5 -- fix tests | Mazdak Farrokhzad | -25/+25 |
| 2020-03-30 | rustc -> rustc_middle part 4 -- pacify tidy | Mazdak Farrokhzad | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -739/+771 |
| 2020-03-30 | reorder imports to pass the format check | Stefan Lankes | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -1514/+1510 |
| 2020-03-30 | minor changes to pass the format check | Stefan Lankes | -2/+1 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -54/+56 |
| 2020-03-30 | move OS constants to platform crate | Stefan Lankes | -9/+3 |
| 2020-03-30 | Auto merge of #70449 - ecstatic-morse:visit-body, r=oli-obk | bors | -34/+33 |
| 2020-03-30 | Add long error code for error E0226 | Julien Philippon | -3/+23 |
| 2020-03-30 | bless output of ui test nll/user-annotations/closure-substs.rs | Remy Rakic | -1/+1 |
| 2020-03-30 | bless output of ui test impl-trait/multiple-lifetimes/error-handling.rs | Remy Rakic | -2/+5 |
| 2020-03-30 | bless output of ui test closures/closure-expected-type/expect-region-supply-r... | Remy Rakic | -3/+3 |
| 2020-03-30 | bless output of ui test nll/outlives-suggestion-simple.rs | Remy Rakic | -4/+6 |
| 2020-03-30 | bless output of ui test hrtb/hrtb-perfect-forwarding.rs | Remy Rakic | -1/+2 |
| 2020-03-30 | Polonius fact generation: fix path access fact location | Remy Rakic | -1/+1 |
| 2020-03-29 | Auto merge of #70009 - estebank:sugg-bound, r=Centril | bors | -640/+439 |
| 2020-03-29 | Use `&` to do deref coercion for `ReadOnlyBodyAndCache` | Dylan MacKenzie | -22/+22 |
| 2020-03-29 | Tweak `suggest_constraining_type_param` | Esteban Küber | -640/+439 |
| 2020-03-29 | Rollup merge of #70541 - lcnr:patch-1, r=varkor | Dylan DPC | -0/+1 |
| 2020-03-29 | Rollup merge of #70540 - jonas-schievink:link-attr-template, r=varkor | Dylan DPC | -3/+3 |
| 2020-03-29 | Rollup merge of #70539 - DutchGhost:test-62220, r=Dylan-DPC | Dylan DPC | -0/+22 |
| 2020-03-29 | Rollup merge of #69702 - anyska:tylayout-rename, r=oli-obk | Dylan DPC | -285/+298 |
| 2020-03-29 | Make `Visitor::visit_body` take a simple `Body` | Dylan MacKenzie | -30/+29 |