about summary refs log tree commit diff
path: root/src/test/pretty/block-disambig.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-59/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2016-10-31Changed most vec! invocations to use square bracesiirelu-2/+2
2015-08-11Fix #27567: remove --crate-type=lib from pretty testTim Neumann-0/+2
2015-04-01Fallout in testsNiko Matsakis-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-8/+8
2015-01-30Remove all `i` suffixesTobias Bucher-6/+6
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-2/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-10-02Test fixes from the rollupAlex Crichton-1/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-9/+8
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-6/+6
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-8/+9
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-1/+2
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-2/+2
2014-01-03test: De-`@mut` the test suitePatrick Walton-4/+9
2013-12-14Handle more cases in the heap lintsAlex Crichton-0/+2
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-2/+2
2013-01-28testsuite: De-record pretty testsTim Chevalier-1/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-23Remove match check from test casesTim Chevalier-5/+6
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-5/+5
2012-08-05Switch alts to use arrowsBrian Anderson-5/+5
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-2/+2
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-3/+3
2012-02-15Rewrite exhaustiveness checkerMarijn Haverbeke-5/+5
2012-01-30Change all ternary ops to if/then/elsePaul Woolcock-1/+11
2012-01-30Alter/remove tests that include/concern ternaryPaul Woolcock-1/+1
2011-09-15Add regression tests for previously ambiguous syntactic formsBrian Anderson-0/+37
2011-09-15Remove maybe_protect_block kludge from pretty-printerMarijn Haverbeke-35/+0
2011-09-09Make the pretty printer disambiguatae blocks followed by vec expressions.Jesse Ruderman-0/+2
2011-08-20ReformatBrian Anderson-42/+10
2011-08-18Try harder to disambig blocks followed by various exprs in pprust. Closes #840Brian Anderson-0/+65