index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2022-05-13
Apply suggestions from code review
Tyler Mandry
-8
/
+7
2022-05-13
Add bound_fn_sig
Jack Huey
-2
/
+2
2022-05-13
Add bound_impl_trait_ref
Jack Huey
-25
/
+28
2022-05-13
Add bound_fn_sig
Jack Huey
-36
/
+59
2022-05-13
Add bound_type_of
Jack Huey
-6
/
+6
2022-05-13
Add bound_type_of
Jack Huey
-83
/
+90
2022-05-13
Address review feedback
Chris Martin
-31
/
+22
2022-05-13
Auto merge of #97013 - matthiaskrgr:rollup-c1pc6pc, r=matthiaskrgr
bors
-26
/
+140
2022-05-13
Change orderings of `Debug` for the Atomic types to `Relaxed`.
Nilstrieb
-3
/
+3
2022-05-13
Test RefCell aliasing
Josh Stone
-0
/
+50
2022-05-13
Use a pointer in cell::RefMut so it's not noalias
Josh Stone
-22
/
+30
2022-05-13
resolve: Move collection of all `macro_rules` in the crate to rustdoc
Vadim Petrochenkov
-14
/
+13
2022-05-13
Use a pointer in cell::Ref so it's not noalias
Josh Stone
-10
/
+18
2022-05-13
Auto merge of #95356 - coolreader18:exitstatus-exit-method, r=<try>
bors
-28
/
+56
2022-05-13
Guarantee less in docs
Noa
-2
/
+2
2022-05-13
Add ExitCode::exit_process example
Noa
-0
/
+23
2022-05-13
Don't hardcode attribute id in codegen test
Gary Guo
-4
/
+4
2022-05-13
Add LLVM based mingw-w64 targets
Mateusz MikuĊa
-18
/
+175
2022-05-13
Fix rebase
Vadim Petrochenkov
-5
/
+2
2022-05-13
rustdoc: Use `Visibility::is_public` more
Vadim Petrochenkov
-10
/
+6
2022-05-13
rustdoc: Do not resolve associated item paths unnecessarily
Vadim Petrochenkov
-11
/
+9
2022-05-13
rustdoc: Do not create `UrlFragment`s until they are necessary
Vadim Petrochenkov
-236
/
+133
2022-05-13
rustdoc: Remove `fn resolve_macro`
Vadim Petrochenkov
-119
/
+43
2022-05-13
rustdoc: Remove `ResolutionFailure::Dummy`
Vadim Petrochenkov
-37
/
+20
2022-05-13
rustdoc: Remove `ResolutionFailure::MalformedGenerics`
Vadim Petrochenkov
-81
/
+61
2022-05-13
rustdoc: Remove `ResolutionFailure::NoParentItem`
Vadim Petrochenkov
-49
/
+8
2022-05-13
Rustc changes for permissive provenance
carbotaniuman
-45
/
+142
2022-05-13
Added note in documentation
Volker-Weissmann
-1
/
+4
2022-05-13
Extend ptr::null and null_mut to all thin (including extern) types
Simon Sapin
-1
/
+59
2022-05-13
remove TestItemNamesVisitor
Miguel Guarniz
-35
/
+23
2022-05-13
remove redundant branch
Miguel Guarniz
-15
/
+4
2022-05-13
remove unnecessary methods from HirIdValidator
Miguel Guarniz
-14
/
+0
2022-05-13
avoid converting to DefId from LocalDefId when using query
Miguel Guarniz
-1
/
+1
2022-05-13
use for_each_module instead of iterating over Item's
Miguel Guarniz
-7
/
+8
2022-05-13
change for_each_module's parameter to FnMut
Miguel Guarniz
-1
/
+1
2022-05-13
update rustdoc code to use new method name
Miguel Guarniz
-2
/
+2
2022-05-13
change back to using tcx.hir() visit-item method
Miguel Guarniz
-47
/
+8
2022-05-13
rename visit item-like methods
Miguel Guarniz
-20
/
+23
2022-05-13
update comments about visitor strategy
Miguel Guarniz
-2
/
+35
2022-05-13
remove ItemLikeVisitor and DeepVisitor
Miguel Guarniz
-113
/
+15
2022-05-13
remove HirVisitor
Miguel Guarniz
-43
/
+31
2022-05-13
remove DebuggerVisualizerCollector
Miguel Guarniz
-90
/
+68
2022-05-13
remove TestItemNamesVisitor
Miguel Guarniz
-35
/
+23
2022-05-13
add module_items
Miguel Guarniz
-0
/
+4
2022-05-13
remove Visitor impl for PrivateItemsInPublicInterfacesChecker
Miguel Guarniz
-81
/
+95
2022-05-13
remove TraitVisitor
Miguel Guarniz
-17
/
+6
2022-05-13
replace hir().def_kind for def_kind query in rustc_passes
Miguel Guarniz
-5
/
+5
2022-05-13
check def_kind before fetching item
Miguel Guarniz
-21
/
+27
2022-05-13
remove CollectPrivateImplItemsVisitor
Miguel Guarniz
-70
/
+57
2022-05-13
remove LayoutTest
Miguel Guarniz
-79
/
+67
[prev]
[next]