| Age | Commit message (Expand) | Author | Lines |
| 2023-11-02 | use global cache when computing proof trees | lcnr | -126/+138 |
| 2023-11-02 | Add a couple of clarifying comments. | Nicholas Nethercote | -3/+3 |
| 2023-11-02 | Replace two `create_default_session_if_not_set_then` uses. | Nicholas Nethercote | -4/+4 |
| 2023-11-02 | Deinline all session global functions. | Nicholas Nethercote | -6/+0 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -99/+60 |
| 2023-11-02 | Remove support for alias `-Z symbol-mangling-version` | Zalathar | -25/+12 |
| 2023-11-02 | Formatting tweaks. | Nicholas Nethercote | -9/+12 |
| 2023-11-02 | Minimize `pub` usage in `hygiene.rs`. | Nicholas Nethercote | -35/+16 |
| 2023-11-02 | Tweak `use` items. | Nicholas Nethercote | -6/+3 |
| 2023-11-02 | Fix some comments. | Nicholas Nethercote | -4/+2 |
| 2023-11-02 | Explain the `()` argument to `ErrorGuaranteed`. | Nicholas Nethercote | -0/+3 |
| 2023-11-02 | Cleanup check_match code paths | Nadrieril | -110/+104 |
| 2023-11-02 | Factor out pointing at ADT definition | Nadrieril | -44/+41 |
| 2023-11-02 | Always do all the pattern checks | Nadrieril | -60/+60 |
| 2023-11-02 | Tweak diagnostic for consistency | Nadrieril | -4/+2 |
| 2023-11-02 | Check pattern error while lowering | Nadrieril | -42/+29 |
| 2023-11-02 | Uncomplicate check_let_chain | Nadrieril | -45/+35 |
| 2023-11-02 | Reorder | Nadrieril | -148/+151 |
| 2023-11-01 | Rollup merge of #117441 - cjgillot:diag-noassert, r=oli-obk,RalfJung | Matthias Krüger | -10/+22 |
| 2023-11-01 | Rollup merge of #117373 - saethlin:avoid-ice-lint, r=compiler-errors | Matthias Krüger | -8/+4 |
| 2023-11-01 | Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkov | Matthias Krüger | -0/+21 |
| 2023-11-01 | Comment `for_diagnostics` flag. | Camille GILLOT | -0/+5 |
| 2023-11-01 | Auto merge of #117289 - estebank:issue-72298, r=cjgillot | bors | -1/+33 |
| 2023-11-01 | Specify diagnostic path. | Camille GILLOT | -6/+13 |
| 2023-11-01 | Rename hook. | Camille GILLOT | -5/+5 |
| 2023-11-01 | Do not assert in op_to_const. | Camille GILLOT | -2/+2 |
| 2023-11-01 | Auto merge of #117307 - taiki-e:espidf-atomic-64, r=Amanieu | bors | -3/+3 |
| 2023-11-01 | Avoid the path trimming ICE lint in error reporting | Ben Kimock | -8/+4 |
| 2023-11-01 | Recover from missing param list in function definitions | clubby789 | -0/+21 |
| 2023-11-01 | Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiser | bors | -40/+174 |
| 2023-11-01 | Rollup merge of #117475 - nnethercote:rm-create_session, r=oli-obk | Matthias Krüger | -97/+54 |
| 2023-11-01 | Rollup merge of #117401 - chenyukang:yukang-cleanup-hir-typeck-suggestions, r... | Matthias Krüger | -1273/+1272 |
| 2023-11-01 | Rollup merge of #117397 - compiler-errors:dont-emit-good-path-on-panic, r=TaK... | Matthias Krüger | -1/+1 |
| 2023-11-01 | Auto merge of #116692 - Nadrieril:half-open-ranges, r=cjgillot | bors | -399/+683 |
| 2023-11-01 | Inline and remove `create_session`. | Nicholas Nethercote | -97/+54 |
| 2023-11-01 | Auto merge of #113970 - cjgillot:assume-all-the-things, r=nikic | bors | -146/+183 |
| 2023-10-31 | Update based on wesleywiser review | George Bateman | -3/+3 |
| 2023-10-31 | Update MIR tests for offset_of | George Bateman | -30/+3 |
| 2023-10-31 | Enums in offset_of: update based on est31, scottmcm & llogiq review | George Bateman | -136/+115 |
| 2023-10-31 | Support enum variants in offset_of! | George Bateman | -46/+228 |
| 2023-10-31 | Rollup merge of #117439 - lcnr:prepopulate-earlier, r=compiler-errors | Matthias Krüger | -6/+8 |
| 2023-10-31 | Rollup merge of #117417 - celinval:smir-visitor, r=oli-obk | Matthias Krüger | -85/+514 |
| 2023-10-31 | Rollup merge of #117388 - oli-obk:dequerification, r=RalfJung | Matthias Krüger | -12/+14 |
| 2023-10-31 | Turn const_caller_location from a query to a hook | Oli Scherer | -12/+14 |
| 2023-10-31 | Auto merge of #117407 - compiler-errors:derive-clone, r=oli-obk | bors | -391/+37 |
| 2023-10-31 | Use derivative for Hash | Michael Goulet | -168/+11 |
| 2023-10-31 | Use derivative for PartialOrd/ord | Michael Goulet | -123/+21 |
| 2023-10-31 | Use derivative for Clone | Michael Goulet | -109/+14 |
| 2023-10-31 | Auto merge of #117444 - matthiaskrgr:rollup-43s0spc, r=matthiaskrgr | bors | -209/+170 |
| 2023-10-31 | Rollup merge of #117438 - cjgillot:deterministic-error, r=oli-obk | Matthias Krüger | -2/+4 |