]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/bad-expr-path2.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / compile-fail / bad-expr-path2.rs
2014-03-21 Patrick Waltontest: Make manual changes to deal with the fallout...
2014-03-21 Patrick Waltontest: Automatically remove all `~[T]` from tests.
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-05-18 borsauto merge of #6249 : crabtw/rust/arm, r=brson
2013-05-16 borsauto merge of #6536 : kud1ing/rust/patch-1, r=brson
2013-05-15 borsauto merge of #6486 : recrack/rust/gitignore, r=catamor...
2013-05-13 borsauto merge of #6400 : cmr/rust/remove_useless_import_er...
2013-05-12 borsauto merge of #6348 : sstewartgallus/rust/incoming...
2013-05-12 borsauto merge of #6414 : samebchase/rust/experimental...
2013-05-12 borsauto merge of #6427 : catamorphism/rust/issue-6319...
2013-05-12 borsauto merge of #6429 : gifnksm/rust/bigint-is_even,...
2013-05-12 borsauto merge of #6426 : gifnksm/rust/new-iter, r=catamorphism
2013-05-12 borsauto merge of #6420 : huonw/rust/rm-exec, r=thestinger
2013-05-11 borsauto merge of #6402 : kud1ing/rust/fixes, r=pcwalton
2013-05-10 Lenny222more back-ticks, less colons
2013-03-07 Brian AndersonMerge remote-tracking branch 'brson/cross7'
2013-03-03 borsauto merge of #5114 : osaut/rust/incoming, r=brson
2013-03-01 Patrick WaltonMerge remote branch 'nmatsakis/issue-4808-representatio...
2013-02-28 borsauto merge of #5098 : pkgw/rust/pr/issue4869, r=brson
2013-02-28 borsauto merge of #5106 : pnkfelix/rust/fix-docs, r=graydon
2013-02-28 borsauto merge of #5149 : brson/rust/rt, r=brson
2013-02-27 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-02-27 borsauto merge of #5118 : youknowone/rust/match-guard,...
2013-02-27 borsauto merge of #5123 : thestinger/rust/treemap, r=nikoma...
2013-02-27 borsauto merge of #5135 : brson/rust/start, r=pcwalton
2013-02-27 borsauto merge of #5134 : brson/rust/disable-optimize-llvm...
2013-02-27 borsauto merge of #5120 : jbclements/rust/macros-have-scope...
2013-02-27 borsauto merge of #5096 : luqmana/rust/spell, r=catamorphism
2013-02-27 Luqman AdenAdjust error messages for compile-fail tests.
2013-01-30 Patrick Waltontest: De-export aux, bench, compile-fail, and run-fail...
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
2012-09-27 Brian AndersonMerge pull request #3526 from Dretch/viewmethod
2012-09-22 Graydon HoareInstall new pub/priv/export rules as defaults, old...
2012-07-02 Brian AndersonMerge remote-tracking branch 'Dretch/prettydocs'
2012-07-02 Brian AndersonMerge remote-tracking branch 'brson/uv'
2012-06-30 Michael SullivanSwitch the compiler over to using ~[] notation instead...
2012-06-26 Michael SullivanMake vectors uglier ([]/~). Sorry. Should be temporary...
2011-12-24 Graydon HoareMerge pull request #1377 from Lenny222/icu
2011-12-23 Graydon HoareRegister new snapshots, purge log_err and log_full...
2011-12-22 Graydon HoareMerge branch 'master' of github.com:graydon/rust
2011-12-22 Graydon HoareRegister snapshots and switch logging over to use of...
2011-12-02 Marijn HaverbekeBe less specific in 'unresolved import' error patterns
2011-09-06 Tim ChevalierMerge remote-tracking branch 'graydon/master'
2011-09-03 Brian AndersonReformat. Issue #855
2011-09-01 Brian AndersonConvert main functions to istrs. Issue #855
2011-08-16 Erick TryzelaarPort the tests to the typaram foo<T> syntax.
2011-08-16 Brian AndersonConvert most main functions to the ivec signature
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-27 Marijn HaverbekeReformat for new syntax
2011-06-14 Rafael Ávila de... Merge remote branch 'upstream/master'
2011-06-14 Tim ChevalierRemove some unnecessary xfails
2011-05-15 Brian AndersonRemove xfail-boot lines from tests
2011-05-13 Marijn HaverbekeImplement module namespaces
2011-05-12 Marijn HaverbekeDowncase std modules again, move to :: for module deref...
2011-01-25 Rafael Ávila de... Print an error if we try to refer to a module in an...