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
path:
root
/
src
/
librustdoc
/
clean
/
utils.rs
Age
Commit message (
Expand
)
Author
Lines
2020-11-04
`u128` truncation and sign extension are not just interpreter related
oli
-2
/
+2
2020-11-04
Split the "raw integer bytes" part out of `Scalar`
Oliver Scherer
-4
/
+5
2020-10-21
Lift: take self by value
Bastian Kauschke
-1
/
+1
2020-10-14
Rollup merge of #77817 - jyn514:const-since, r=petrochenkov
Dylan DPC
-3
/
+4
2020-10-11
Make some functions private that don't need to be public
Joshua Nelson
-2
/
+2
2020-10-11
Remove unnecessary Clean impl
Joshua Nelson
-1
/
+1
2020-10-11
Switch rustdoc from `clean::Stability` to `rustc_attr::Stability`
Joshua Nelson
-2
/
+3
2020-10-08
Preserve the parent module of `DocFragment`s
Joshua Nelson
-2
/
+2
2020-09-13
allow concrete self types in consts
Bastian Kauschke
-1
/
+1
2020-09-04
`ty.kind` -> `ty.kind()` in rustdoc and clippy
LeSeulArtichaut
-3
/
+3
2020-08-31
Fix strings indent
Guillaume Gomez
-3
/
+2
2020-08-19
Allow reusing the code in `collect_trait_impls`
Joshua Nelson
-1
/
+1
2020-08-19
impl_for_type -> PrimitiveType::impls
Joshua Nelson
-57
/
+2
2020-08-19
Return all impls, not just the primary one
Joshua Nelson
-10
/
+31
2020-08-19
Say `tcx.lang_items()` less
Joshua Nelson
-20
/
+21
2020-08-19
Refactor `impl_for_type` into a separate function
Joshua Nelson
-29
/
+34
2020-08-16
rustdoc: clean `QPath::LangItem`
David Wood
-0
/
+1
2020-08-14
Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco
Tyler Mandry
-1
/
+1
2020-08-13
merge `as_local_hir_id` with `local_def_id_to_hir_id`
Bastian Kauschke
-1
/
+1
2020-08-13
Add Array Impl Lang Item in various places
kadmin
-1
/
+1
2020-08-08
Rollup merge of #75237 - nbdd0121:rustdoc, r=jyn514
Yuki Okushi
-4
/
+7
2020-08-07
Display elided lifetime for external paths
Gary Guo
-4
/
+7
2020-08-02
Keep the previous behavior of `register_res`
Joshua Nelson
-0
/
+3
2020-07-15
ConstKind::Unevaluated
Bastian Kauschke
-4
/
+4
2020-06-26
Auto merge of #73513 - oli-obk:const_binop_overflow, r=estebank
bors
-2
/
+2
2020-06-26
Show the values and computation that would overflow a const evaluation or pro...
Oliver Scherer
-2
/
+2
2020-06-25
Support configurable deny-warnings for all in-tree crates.
Eric Huss
-2
/
+2
2020-04-24
Remove `Option` from the return type of `def_kind`.
Eduard-Mihai Burtescu
-12
/
+6
2020-04-23
Address comments from review
marmeladema
-3
/
+2
2020-04-23
Modify `as_local_hir_id` to return a bare `HirId`
marmeladema
-1
/
+1
2020-04-23
Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`
marmeladema
-1
/
+3
2020-04-16
Dogfood or_patterns in rustdoc
Josh Stone
-1
/
+1
2020-04-16
Rollup merge of #70990 - GuillaumeGomez:rustdoc-cleanup, r=ollie27
Dylan DPC
-24
/
+20
2020-04-14
Remove `DUMMY_HIR_ID`
marmeladema
-5
/
+1
2020-04-10
Improve rustdoc source code a bit
Guillaume Gomez
-24
/
+20
2020-03-31
more clippy fixes
Matthias Krüger
-17
/
+14
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-3
/
+3
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-3
/
+3
2020-03-24
rustc: remove rustc_hir_pretty dependency.
Mazdak Farrokhzad
-1
/
+1
2020-03-22
don't create variable bindings just to return the bound value immediately (cl...
Matthias Krüger
-4
/
+2
2020-03-16
Support type search for arguments and returned types
Guillaume Gomez
-9
/
+31
2020-03-04
Use .map() to modify data inside Options instead of using .and_then(|x| Some(...
Matthias Krüger
-3
/
+1
2020-02-29
Make it build again
Vadim Petrochenkov
-1
/
+1
2020-02-18
Rollup merge of #69181 - skinny121:const-eval-return, r=oli-obk
Dylan DPC
-8
/
+11
2020-02-17
Rename `FunctionRetTy` to `FnRetTy`
Yuki Okushi
-2
/
+2
2020-02-16
Code review changes.
Ben Lewis
-4
/
+4
2020-02-15
Change const eval to return `ConstValue`, instead of `Const` as the type insi...
Ben Lewis
-8
/
+11
2020-02-11
Review comments.
Camille GILLOT
-1
/
+1
2020-02-11
Move lang_items definitions to librustc_lang_items.
Camille GILLOT
-1
/
+1
2020-02-04
remove redundant imports (clippy::single_component_path_imports)
Matthias Krüger
-1
/
+0
[next]