about summary refs log tree commit diff
path: root/src/test/run-pass/shebang.rs
AgeCommit message (Collapse)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-5/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-2/+2
2018-12-25Remove licensesMark Rousskov-7/+0
2016-10-18Fix some pretty printing testsVadim Petrochenkov-3/+0
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-1/+0
2014-08-09Fix misspelled comments for tests.Joseph Crail-1/+1
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-05-13compiletest: Test `--pretty expanded`klutzy-1/+1
After testing `--pretty normal`, it tries to run `--pretty expanded` and typecheck output. Here we don't check convergence since it really diverges: for every iteration, some extra lines (e.g.`extern crate std`) are inserted. Some tests are `ignore-pretty`-ed since they cause various issues with `--pretty expanded`.
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
The `print!` and `println!` macros are now the preferred method of printing, and so there is no reason to export the `stdio` functions in the prelude. The functions have also been replaced by their macro counterparts in the tutorial and other documentation so that newcomers don't get confused about what they should be using.
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-05Remove 'use' line that's confusing pp-exact during use/import transition.Graydon Hoare-3/+1
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ↵Michael Sullivan-1/+1
#2907.
2012-05-22Added a test for #! commentsMargaret Meyerhofer-0/+6