about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-23Note type mismatch on ConstArgHasTypeMichael Goulet-5/+15
2023-03-23Return nested obligations from canonical response var unificationMichael Goulet-25/+78
2023-03-23Don't split up TreatProjections and TreatParams anymoreMichael Goulet-80/+53
2023-03-23Rollup merge of #109487 - GuillaumeGomez:move-useless-reexport-check, r=petro...Matthias Krüger-141/+70
2023-03-23Rollup merge of #109472 - MU001999:patch-3, r=eholkMatthias Krüger-7/+53
2023-03-23Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholkMatthias Krüger-14/+31
2023-03-23Rollup merge of #108588 - ehuss:lint-docs-produces, r=eholkMatthias Krüger-40/+64
2023-03-23Rollup merge of #108549 - clubby789:fix-link-cfg-issue, r=eholkMatthias Krüger-3/+2
2023-03-23Rollup merge of #107880 - jieyouxu:issue-107563, r=petrochenkovMatthias Krüger-27/+229
2023-03-23Rollup merge of #107718 - Zoxc:z-time, r=nnethercoteMatthias Krüger-32/+107
2023-03-23Rollup merge of #106964 - workingjubilee:crouching-ioerror-hidden-documentati...Matthias Krüger-2/+10
2023-03-23Refine error spans for const args in hir typeckMichael Goulet-24/+49
2023-03-23Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obkbors-188/+953
2023-03-23Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obkbors-0/+3
2023-03-23rustc_metadata: Freeze cstore after the full crate list is queriedVadim Petrochenkov-0/+3
2023-03-23resolve: Rename some cstore methods to match queries and add commentsVadim Petrochenkov-14/+12
2023-03-23Remove `span` method from AttributesExt traitGuillaume Gomez-6/+3
2023-03-23Use Cow to reduce numbers of memory cloneGuillaume Gomez-29/+39
2023-03-23Auto merge of #108221 - petrochenkov:cratecfg, r=michaelwoeristerbors-128/+207
2023-03-23Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgrbors-246/+730
2023-03-23Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgrbors-1/+1
2023-03-23rustdoc: Skip doc link resolution for non-exported itemsVadim Petrochenkov-11/+45
2023-03-23Add regression test for #109282Guillaume Gomez-0/+14
2023-03-23Fix ICE for intra-doc link on intermediate re-exportGuillaume Gomez-35/+80
2023-03-23Add a check to ensure tests with overlapping prefixes aren't added.Eric Huss-2/+35
2023-03-23rustc_interface: Add a new query `pre_configure`Vadim Petrochenkov-84/+108
2023-03-23Add some tests for the current `#![cfg(FALSE)]` crate behaviorVadim Petrochenkov-0/+72
2023-03-23expand: Pass `ast::Crate` by reference to AST transforming passesVadim Petrochenkov-79/+62
2023-03-23LIBPATH is used as dylib's path environment variable on AIXKai Luo-0/+2
2023-03-23Auto merge of #108355 - dpaoliello:dlltoolm, r=michaelwoeristerbors-14/+87
2023-03-23Auto merge of #10533 - Nilstrieb:cache, r=dswijbors-7/+31
2023-03-23Implement current_dll_path for AIXKai Luo-0/+34
2023-03-23Link against libc++ on AIXKai Luo-0/+1
2023-03-23Rollup merge of #109506 - BoxyUwU:debugable_bound_var_printing, r=compiler-er...Matthias Krüger-1/+5
2023-03-23Rollup merge of #109504 - steffahn:stabilize_a_rc_into_inner, r=joshtriplettMatthias Krüger-23/+6
2023-03-23Rollup merge of #109475 - scottmcm:simpler-shifts, r=WaffleLapkinMatthias Krüger-37/+371
2023-03-23Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnrMatthias Krüger-99/+260
2023-03-23Rollup merge of #109380 - Randl:patch-1, r=oli-obkMatthias Krüger-0/+52
2023-03-23Rollup merge of #109137 - petrochenkov:qcstore2, r=cjgillotMatthias Krüger-47/+18
2023-03-23Rollup merge of #108541 - compiler-errors:lol-nested-rpits, r=oli-obkMatthias Krüger-39/+18
2023-03-23Adjust debug info strippingKai Luo-2/+3
2023-03-23Fix copy-paste errorKai Luo-1/+1
2023-03-23Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgrbors-585/+902
2023-03-23Add AixLinker to support linking on AIXKai Luo-0/+173
2023-03-23Nested impl traits trigger opaque_hidden_inferred_bound too muchMichael Goulet-39/+18
2023-03-23bump `askama_derive` to 0.12.1Deadbeef-36/+47
2023-03-23Remove AliasRelationDirection::SupertypeMichael Goulet-91/+99
2023-03-23Rename AliasEq -> AliasRelateMichael Goulet-1/+1
2023-03-23Printing alias-relate goals correctlyMichael Goulet-4/+14
2023-03-23Rename AliasEq -> AliasRelateMichael Goulet-53/+57