]> git.lizzy.rs Git - rust.git/history - src
fix debuginfo tests
[rust.git] / src /
2015-01-05 Jorge Apariciofix debuginfo tests
2015-01-05 Jorge Apariciofix pretty tests
2015-01-05 Jorge Apariciofix run-make test
2015-01-05 Jorge Apariciofix cfail tests
2015-01-05 Jorge Apariciofix rpass tests
2015-01-05 Jorge Apariciotypeck: remove dead code
2015-01-05 Jorge Apariciotrans: remove dead code
2015-01-05 Jorge Apariciorustc: remove dead code
2015-01-05 Jorge Apariciosyntax: remove dead code
2015-01-05 Jorge Apariciotypeck: there are only unboxed closures now
2015-01-05 Jorge Apariciosyntax: make the closure type `f: |uint| -> bool` synta...
2015-01-05 Jorge Apariciotrans: remove Closure
2015-01-05 Jorge Aparicioremove mk_closure
2015-01-05 Jorge Aparicioremove AdjustAddEnv
2015-01-05 Jorge Aparicioremove TyClosure
2015-01-05 Jorge Aparicioremove ty_closure
2015-01-05 Jorge Apariciocoretest: remove/ignore tests
2015-01-05 Jorge Apariciocompiletest: remove boxed closures
2015-01-05 Jorge Apariciodriver: remove unboxed closures
2015-01-05 Jorge Apariciotrans: remove remaining boxed closures
2015-01-05 Jorge Apariciotypeck: remove remaining boxed closures
2015-01-05 Jorge Apariciorustc: remove remaining boxed closures
2015-01-05 Jorge AparicioEncodeInlinedItem: convert to "unboxed" closures
2015-01-05 Jorge AparicioDecodeInlinedItem: convert to "unboxed" closures
2015-01-05 Jorge Aparicioconv_did: convert to "unboxed" closure
2015-01-05 Jorge Apariciosyntax: remove remaining boxed closures
2015-01-05 Jorge Apariciostd: remove remaining boxed closures
2015-01-05 Jorge Aparicioregister snapshot
2015-01-05 borsauto merge of #20572 : nikomatsakis/rust/assoc-supertra...
2015-01-05 borsauto merge of #20514 : alexcrichton/rust/serialize...
2015-01-05 Niko MatsakisImprove test to include a projection, per @huonw's...
2015-01-05 Niko MatsakisMake supertrait references work in object types too.
2015-01-05 Niko MatsakisMinor code formatting cleanups.
2015-01-05 Niko MatsakisPermit bindings of (and references to) associated types...
2015-01-05 Niko MatsakisIntroduce a CollectCtxt and impl AstConv on *that*...
2015-01-05 Niko MatsakisStop writing code that is (unnecessarily) generic over...
2015-01-05 Niko MatsakisConvert astconv and friends to use object types, not...
2015-01-05 borsauto merge of #20451 : brson/rust/installer, r=alexcrichton
2015-01-05 Alex Crichtonserialize: Use assoc types + less old_orphan_check
2015-01-05 borsauto merge of #20395 : huonw/rust/char-stab-2, r=aturon
2015-01-05 borsauto merge of #20285 : FlaPer87/rust/oibit-send-and...
2015-01-05 Huon Wilsonchar: small tweak since `is_some` > equivalent `match`.
2015-01-05 Huon WilsonApply explicit stabilities to unicode parts of CharExt.
2015-01-05 Huon WilsonMerge `UnicodeChar` and `CharExt`.
2015-01-05 Huon WilsonRename `core::char::Char` to `CharExt` to match prelude...
2015-01-05 Huon WilsonMark the contents of `char` stable.
2015-01-05 Huon WilsonSwitch encode_utf* to by-value self.
2015-01-05 Huon WilsonRemove deprecated functionality from `char`.
2015-01-05 borsauto merge of #20163 : bfops/rust/master, r=Gankro
2015-01-04 Flavio PercocoPut negative trait implemtations behind a feature gate
2015-01-04 Flavio PercocoAdd syntax for negative implementations of traits
2015-01-04 borsMerge pull request #20520 from nhowell/patch-1
2015-01-04 borsMerge pull request #20515 from tshepang/modernise-ping...
2015-01-04 borsMerge pull request #20512 from bjz/rustdoc
2015-01-04 borsMerge pull request #20510 from tshepang/patch-6
2015-01-04 borsMerge pull request #20505 from estsauver/doc_20504
2015-01-04 borsMerge pull request #20500 from globin/fix/range-sugar
2015-01-04 borsMerge pull request #20495 from brson/cargo
2015-01-04 borsMerge pull request #20487 from trapp/doc-namespace...
2015-01-04 borsMerge pull request #20485 from ipetkov/man-fix
2015-01-04 borsMerge pull request #20464 from ranma42/improve-make...
2015-01-04 borsMerge pull request #20457 from frewsxcv/rm-reexports
2015-01-04 borsMerge pull request #20452 from brson/rustup
2015-01-04 borsMerge pull request #20449 from brson/contributing
2015-01-04 borsMerge pull request #20442 from csouth3/vim-syntax
2015-01-04 borsMerge pull request #20428 from tbu-/pr_guide_int_to_i32...
2015-01-04 borsMerge pull request #19963 from tshepang/patch-3
2015-01-04 borsMerge pull request #20295 from eddyb/poly-const
2015-01-04 Ben Foppa[breaking change] Update entry API as part of RFC 509.
2015-01-04 borsauto merge of #20527 : nikomatsakis/rust/japaric-boxed...
2015-01-04 Niko MatsakisConvert the TODO into a FIXME.
2015-01-04 Niko MatsakisFix ICE in WF checker when we encounter bound regions...
2015-01-04 Eduard Burtescurustc: allow paths in constants to refer to polymorphic...
2015-01-04 borsauto merge of #20443 : nikomatsakis/rust/autoderef...
2015-01-04 Eduard Burtescurustc: check_const: avoid recursing into a block's...
2015-01-04 Eduard Burtescurustc: check_const: cleanup/simplify the code.
2015-01-04 Eduard Burtescurustc: check_const: remove ~str support in patterns.
2015-01-04 Nick Howelldoc: Add missing `$`s in the Installing Rust guide
2015-01-04 borsauto merge of #20437 : ranma42/rust/fix-make-install...
2015-01-04 Robin Glosterfix range sugar
2015-01-04 borsauto merge of #20393 : japaric/rust/impl-any, r=aturon
2015-01-04 Tshepang Lekhonkhobebench: remove warnings from rt-messaging-ping-pong.rs
2015-01-04 borsauto merge of #20462 : alexcrichton/rust/remove-depreca...
2015-01-04 Alex CrichtonRemove deprecated functionality
2015-01-04 Brendan ZabarauskasAllow rustdoc to accept vector pattern arguments
2015-01-04 Tshepang Lekhonkhobedoc: remove incomplete sentence
2015-01-04 borsauto merge of #20504 : japaric/rust/derive-self, r...
2015-01-04 Earl St SauverUpdate guide index to point to the task page
2015-01-04 Jorge Aparicioremove `Any[Mut]RefExt` traits in favor of `impl Any`
2015-01-04 Jorge Apariciosed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
2015-01-04 Jorge Apariciosed -i -s 's/\bmod}/self}/g' **/*.rs
2015-01-04 Jorge Apariciosed -i -s 's/\bmod,/self,/g' **/*.rs
2015-01-04 borsauto merge of #20490 : japaric/rust/assoc-types, r...
2015-01-04 Brian AndersonUpdate guide for Cargo installation
2015-01-03 Brian AndersonDownload from the combined installer
2015-01-03 Jorge Aparicioadd feature gate to some benchmarks
2015-01-03 Tobias BucherMake all integers in the guide `i32`, implicitely
2015-01-03 Jorge Apariciofix rpass/cfail tests
2015-01-03 Jorge Aparicioserialize: fix fallout
2015-01-03 Jorge Apariciostd: fix fallout
next