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
Age
Commit message (
Expand
)
Author
Lines
2019-03-15
rustc: explicitly pass the namespace to PrintCx::parameterized.
Eduard-Mihai Burtescu
-42
/
+54
2019-03-15
rustc: move the formatter into ty::print::PrintCx.
Eduard-Mihai Burtescu
-429
/
+448
2019-03-15
rustc: add a ty::RegionKind::display_outputs_anything method to avoid printin...
Eduard-Mihai Burtescu
-37
/
+120
2019-03-15
rustc: always rely on '_ to be not printed by ty::Region itself.
Eduard-Mihai Burtescu
-79
/
+69
2019-03-15
rustc: remove ty::item_path::RootMode by moving local logic into the printer.
Eduard-Mihai Burtescu
-356
/
+273
2019-03-15
rustc: rewrite ty::item_path to be more functional than mutation-oriented.
Eduard-Mihai Burtescu
-129
/
+172
2019-03-15
rustc_codegen_utils: revert some symbol_names refactors (while keeping the fu...
Eduard-Mihai Burtescu
-68
/
+55
2019-03-15
rustc: support impl's in PrintCx::parameterized.
Eduard-Mihai Burtescu
-16
/
+32
2019-03-15
rustc: rewrite PrintCx::parameterized to be much simpler and more general.
Eduard-Mihai Burtescu
-209
/
+124
2019-03-15
rustc: use define_print! to implement fmt::{Display,Debug} for Kind.
Eduard-Mihai Burtescu
-20
/
+18
2019-03-15
rustc: tie the 'tcx between Print and PrintCx in ty::print.
Eduard-Mihai Burtescu
-94
/
+115
2019-03-15
rustc: implement fmt::{Debug,Display} on Ty instead of TyS.
Eduard-Mihai Burtescu
-3
/
+3
2019-03-15
rustc: remove fmt::{Debug,Display} from ty::TyKind.
Eduard-Mihai Burtescu
-71
/
+73
2019-03-15
rustc: keep a TyCtxt in PrintCx and use it instead of ty::tls.
Eduard-Mihai Burtescu
-208
/
+190
2019-03-15
rustc: rename PrintContext to PrintCx.
Eduard-Mihai Burtescu
-17
/
+17
2019-03-15
rustc: don't support missing TLS TyCtxt in ty::print.
Eduard-Mihai Burtescu
-4
/
+3
2019-03-15
rustc: don't support `tcx.lift` returning `None` in ppaux.
Eduard-Mihai Burtescu
-33
/
+24
2019-03-15
rustc: uniformize all lift expect messages to "could not lift for printing".
Eduard-Mihai Burtescu
-3
/
+3
2019-03-15
rustc: add a 'tcx parameter to Print.
Eduard-Mihai Burtescu
-11
/
+14
2019-03-15
rustc: start moving util::ppaux to ty::print.
Eduard-Mihai Burtescu
-83
/
+93
2019-03-15
rustc: remove unnecessary extern_prelude logic from ty::item_path.
Eduard-Mihai Burtescu
-64
/
+47
2019-03-15
Auto merge of #58710 - EdorianDark:master, r=sfackler
bors
-0
/
+69
2019-03-15
Output diagnostic information for rustdoc.
O01eg
-2
/
+8
2019-03-14
Do not complain about unmentioned fields in recovered patterns
Esteban Küber
-28
/
+5
2019-03-15
Fix TARGET variable in musl-toolchain.sh
Mateusz Mikuła
-1
/
+1
2019-03-14
Exclude old book redirect stubs from search engines
Kornel
-2
/
+4
2019-03-14
Add `-Z allow_features=...` flag
Tyler Mandry
-4
/
+85
2019-03-14
Add support for comma-separated option lists
Tyler Mandry
-0
/
+13
2019-03-15
consistent naming for Rhs type parameter in libcore/ops
Grigorii Kargin
-50
/
+50
2019-03-14
Change "undefined" to "unspecified" in `Seek::stream_len` docs
Lukas Kalbertodt
-1
/
+1
2019-03-14
Update sources.rs
lukaslueg
-4
/
+2
2019-03-14
Address final review
Mateusz Mikuła
-4
/
+7
2019-03-14
Auto merge of #59181 - RalfJung:miri, r=oli-obk
bors
-14
/
+14
2019-03-14
update miri
Ralf Jung
-14
/
+14
2019-03-14
Use try blocks in rustc_codegen_ssa
Taiki Endo
-9
/
+7
2019-03-14
Overwrite Cursor's `Seek::stream_{len, position}` for performance
Lukas Kalbertodt
-0
/
+8
2019-03-14
Avoid third seek operation in `Seek::stream_len` when possible
Lukas Kalbertodt
-5
/
+12
2019-03-14
Add default keyword handling in rustdoc
Guillaume Gomez
-7
/
+51
2019-03-14
Auto merge of #58176 - Zoxc:lint-levels, r=oli-obk
bors
-84
/
+80
2019-03-14
Auto merge of #58488 - wesleywiser:llvm_prof, r=michaelwoerister
bors
-435
/
+155
2019-03-14
Run RustdocUi earlier
John Kåre Alsaker
-1
/
+1
2019-03-14
Don't run test launching `echo` since that doesn't exist on Windows
John Kåre Alsaker
-1
/
+1
2019-03-14
bootstrap: Default to a sensible llvm-suffix.
Emilio Cobos Álvarez
-1
/
+27
2019-03-14
Auto merge of #59120 - alexreg:move-issue-tests-1, r=varkor
bors
-188
/
+177
2019-03-14
Moved issue tests to subdirs and normalised names.
Alexander Regueiro
-188
/
+177
2019-03-14
Add `EntryKind::TypeParam` and `EntryKind::ConstParam`
varkor
-21
/
+42
2019-03-13
Rename encode_info_for_generic_param to encode_info_for_ty_in_generic_param
varkor
-3
/
+3
2019-03-13
Refactor generic parameter encoder functions
varkor
-42
/
+18
2019-03-13
Final cleanups
Mateusz Mikuła
-12
/
+8
2019-03-13
Move testing to test-various
Mateusz Mikuła
-5
/
+19
[prev]
[next]