| Age | Commit message (Expand) | Author | Lines |
| 2023-03-02 | Add basic tests | Benoît du Garreau | -0/+61 |
| 2023-03-02 | Take shared references as parameter | Benoît du Garreau | -12/+4 |
| 2023-03-02 | Use weak linkage on Android | Benoît du Garreau | -4/+96 |
| 2023-02-27 | Add vectored positioned I/O on Unix | Benoît du Garreau | -3/+121 |
| 2023-02-26 | Auto merge of #108440 - Zoxc:encoder-enum, r=cjgillot | bors | -29/+30 |
| 2023-02-26 | Auto merge of #108474 - Jarcho:clippyup, r=Manishearth | bors | -628/+3023 |
| 2023-02-26 | Auto merge of #108253 - nnethercote:ena-rm-VarValue-methods, r=joshtriplett | bors | -3/+3 |
| 2023-02-26 | Auto merge of #108488 - matthiaskrgr:rollup-i61epcw, r=matthiaskrgr | bors | -427/+492 |
| 2023-02-26 | Rollup merge of #108484 - Nilstrieb:Ë‚DiagnosticItemË‚FromFn˃ as FromË‚Ë... | Matthias Krüger | -8/+8 |
| 2023-02-26 | Rollup merge of #108482 - Ezrashaw:force-error-docs, r=GuillaumeGomez | Matthias Krüger | -88/+37 |
| 2023-02-26 | Rollup merge of #108475 - Sp00ph:fix_shrink_to, r=thomcc | Matthias Krüger | -55/+104 |
| 2023-02-26 | Rollup merge of #108424 - megakorre:elaborator_refactor, r=compiler-errors | Matthias Krüger | -16/+15 |
| 2023-02-26 | Rollup merge of #108418 - est31:parser_function_names, r=Nilstrieb | Matthias Krüger | -131/+131 |
| 2023-02-26 | Rollup merge of #108379 - compiler-errors:hir-error-guaranteed, r=cjgillot | Matthias Krüger | -88/+111 |
| 2023-02-26 | Rollup merge of #108337 - tshepang:translatable-hir-analysis, r=cjgillot | Matthias Krüger | -3/+4 |
| 2023-02-26 | Rollup merge of #108299 - scottmcm:literal-bits, r=Nilstrieb | Matthias Krüger | -36/+46 |
| 2023-02-26 | Rollup merge of #107941 - compiler-errors:str-has-u8-slice-for-auto, r=lcnr | Matthias Krüger | -2/+36 |
| 2023-02-26 | Auto merge of #108375 - Zoxc:query-inline, r=cjgillot | bors | -22/+24 |
| 2023-02-26 | Remove `from_fn` lang item | Nilstrieb | -8/+8 |
| 2023-02-26 | refactor: improve `error-index-generator` dependency | Ezra Shaw | -20/+3 |
| 2023-02-26 | refactor: statically guarantee that current error codes are documented | Ezra Shaw | -68/+34 |
| 2023-02-26 | Disambiguate comments | Markus Everling | -2/+2 |
| 2023-02-26 | Fix `VecDeque::shrink_to` and add tests. | Markus Everling | -55/+104 |
| 2023-02-26 | Auto merge of #108473 - matthiaskrgr:rollup-qjyae58, r=matthiaskrgr | bors | -514/+1394 |
| 2023-02-25 | Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup | Jason Newcomb | -628/+3023 |
| 2023-02-26 | Rollup merge of #108456 - clubby789:ast-passes-diag-migrate, r=compiler-errors | Matthias Krüger | -437/+833 |
| 2023-02-26 | Rollup merge of #108449 - fee1-dead-contrib:do_not_lint_unresolved, r=compile... | Matthias Krüger | -1/+21 |
| 2023-02-26 | Rollup merge of #108444 - Ezrashaw:add-test+docs-for-e0476, r=GuillaumeGomez | Matthias Krüger | -3/+68 |
| 2023-02-26 | Rollup merge of #108436 - tshepang:translatable-proc-macro-panicked, r=estebank | Matthias Krüger | -5/+26 |
| 2023-02-26 | Rollup merge of #108432 - klensy:test-deps, r=Mark-Simulacrum | Matthias Krüger | -4/+0 |
| 2023-02-26 | Rollup merge of #108431 - GuillaumeGomez:regression-test-for-107918, r=notriddle | Matthias Krüger | -0/+21 |
| 2023-02-26 | Rollup merge of #107890 - obeis:mapping-to-unit, r=cjgillot | Matthias Krüger | -1/+260 |
| 2023-02-26 | Rollup merge of #107062 - tgross35:update-doc-index, r=ehuss | Matthias Krüger | -63/+165 |
| 2023-02-25 | Auto merge of #10402 - Jarcho:rustup, r=Jarcho | bors | -155/+186 |
| 2023-02-25 | Auto merge of #108464 - compiler-errors:rollup-trl1g70, r=compiler-errors | bors | -65/+627 |
| 2023-02-25 | Emit `unnecessary_def_path` in source order. | Jason Newcomb | -11/+11 |
| 2023-02-25 | Fix normalization of `custom_ice_message` test. | Jason Newcomb | -4/+3 |
| 2023-02-25 | Auto merge of #10401 - samueltardieu:issue-10148, r=Alexendoo | bors | -16/+35 |
| 2023-02-25 | Do not panic when analyzing the malformed origin of a format string | Samuel Tardieu | -16/+35 |
| 2023-02-25 | Bump nightly version -> 2023-02-25 | Jason Newcomb | -1/+1 |
| 2023-02-25 | Merge branch 'master' into rustup | Jason Newcomb | -640/+3013 |
| 2023-02-26 | hir-analysis: make a helpful note | Tshepang Mbambo | -3/+4 |
| 2023-02-25 | Special note for str in auto traits | Michael Goulet | -1/+2 |
| 2023-02-25 | Treat `str` as containing `[u8]` for auto trait purposes | Michael Goulet | -2/+35 |
| 2023-02-25 | Rollup merge of #108333 - compiler-errors:new-solver-object-sound, r=lcnr | Michael Goulet | -3/+309 |
| 2023-02-25 | Rollup merge of #108229 - lionellloh:issue-107049, r=Mark-Simulacrum | Michael Goulet | -5/+21 |
| 2023-02-25 | Rollup merge of #107911 - blyxyas:issue-107231-fix, r=compiler-errors | Michael Goulet | -4/+115 |
| 2023-02-25 | Rollup merge of #107848 - clubby789:x-setup-options, r=Mark-Simulacrum | Michael Goulet | -21/+114 |
| 2023-02-25 | Rollup merge of #107675 - jsgf:link-directives, r=davidtwco | Michael Goulet | -1/+20 |
| 2023-02-25 | Rollup merge of #107291 - oli-obk:rustdoc_breaking_change, r=estebank | Michael Goulet | -30/+32 |