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
/
test
/
pretty
/
issue-4264.pp
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-57
/
+0
2022-09-26
address review
b-naber
-1
/
+1
2022-09-23
Bless pretty tests.
Camille GILLOT
-3
/
+3
2022-04-23
Bless pretty-print output.
Camille GILLOT
-9
/
+9
2022-01-31
Bless all pretty printer tests and ui tests
David Tolnay
-2
/
+1
2022-01-30
Bless all pretty printer tests and ui tests
David Tolnay
-45
/
+25
2022-01-17
Emit simpler code from format_args
David Tolnay
-10
/
+1
2021-11-06
Don't destructure args tuple in format_args!
Cameron Steffen
-1
/
+1
2021-09-21
Use ZST for fmt unsafety
Cameron Steffen
-33
/
+23
2021-08-16
Make Arguments constructors unsafe
Cameron Steffen
-23
/
+33
2021-02-25
Update test/pretty output for edition preludes.
Mara Bos
-1
/
+1
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-28
/
+28
2020-07-17
Make fmt::Arguments::as_str() return a 'static str.
Mara Bos
-21
/
+21
2020-03-17
Update tests for erasing regions in typeck
Matthew Jasper
-22
/
+22
2019-11-02
Merge branch 'master' into format-temporaries
Jon Gjengset
-1
/
+1
2019-10-28
Fix a previously forgotten pretty-printing test after a change to the pretty-...
Patryk Wychowaniec
-1
/
+1
2019-09-28
Update pretty-print test with new format! impl
Jon Gjengset
-26
/
+30
2019-08-10
resolve: Remove remaining special cases from built-in macros
Vadim Petrochenkov
-1
/
+1
2019-07-15
pprust: Move some methods to the `PrintState` trait
Vadim Petrochenkov
-2
/
+2
2019-03-15
rustc: pass Option<&Substs> and Namespace around in ty::item_path.
Eduard-Mihai Burtescu
-17
/
+17
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
Reintroduce special pretty-printing for `$crate` when it's necessary for proc...
Vadim Petrochenkov
-2
/
+2
2018-08-14
syntax: gensym the injected std/core extern crates in the Rust 2018 edition.
Eduard-Mihai Burtescu
-1
/
+1
2018-07-12
fix expected output of pretty/cast-lt and issue-4264 tests
Tinco Andringa
-1
/
+1
2017-12-12
Fix fallout in tests.
Jeffrey Seyfried
-1
/
+1
2017-10-08
Fix tests
Wonwoo Choi
-25
/
+25
2017-09-10
Use rvalue promotion to 'static instead of static items.
Eduard-Mihai Burtescu
-16
/
+6
2016-12-22
Pretty-print `$crate::foo::bar` as `::foo::bar`.
Jeffrey Seyfried
-1
/
+1
2016-11-28
rustc: desugar UFCS as much as possible during HIR lowering.
Eduard Burtescu
-1
/
+1
2016-11-10
tests: fix fallout in pretty-printing output exact-match tests.
Eduard Burtescu
-58
/
+66
2016-10-19
Improve `$crate`.
Jeffrey Seyfried
-1
/
+1
2016-03-30
Fix fallout in tests
Jeffrey Seyfried
-36
/
+36
2016-03-25
Fix accursed issue-4264.pp
Niko Matsakis
-29
/
+29
2016-03-18
Update the not-at-all-pretty pain-o-tron-4000+264 test.
Eduard Burtescu
-29
/
+29
2016-03-09
Print fn type parameters for TyFnDef.
Eduard Burtescu
-2
/
+4
2015-09-17
Changes to tests
Nick Cameron
-4
/
+3
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-3
/
+1
2015-07-05
Feature-gate #[prelude_import].
Eduard Burtescu
-1
/
+1
2015-03-24
rustc: Add support for `extern crate foo as bar`
Alex Crichton
-1
/
+1
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-2
/
+2
2015-02-18
Fix remaining bench/debuginfo tests (and a few stragglers)
Niko Matsakis
-6
/
+6
2015-02-18
Convert required suffixes into a use of `as`.
Niko Matsakis
-1
/
+1
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-2
/
+2
2015-02-07
Feature-gate #![no_std]
Keegan McAllister
-0
/
+1
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-34
/
+34
2015-01-31
Kill more `isize`s
Tobias Bucher
-13
/
+12
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-32
/
+30
2015-01-21
tests: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-2
/
+2
2015-01-07
Preliminary feature staging
Brian Anderson
-1
/
+0
2015-01-06
test fallout from isize/usize
Corey Richardson
-15
/
+16
[next]