]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-01-06 Keegan McAllisterUpdate docs
2015-01-06 Keegan McAllisterAdd a test case for accidental macro re-export
2015-01-06 Keegan McAllisterForbid '#[macro_use] extern crate' outside the crate...
2015-01-06 Keegan McAllisterUn-gate macro_rules
2015-01-06 Keegan McAllisterPass the #[plugin(...)] meta item to the registrar
2015-01-06 Keegan McAllisterModernize macro_rules! invocations
2015-01-06 Keegan McAllisterReserve the keyword 'macro'
2015-01-06 Keegan McAllisterAllow selective macro import
2015-01-06 Keegan McAllisterMove #[macro_reexport] to extern crate
2015-01-06 Keegan McAllisterReplace #[phase] with #[plugin] / #[macro_use] / #...
2015-01-06 Keegan McAllistercreader: Load parts of plugin metadata on demand
2015-01-05 Keegan McAllisterReformat metadata for exported macros
2015-01-05 Keegan McAllistercreader: Use a single struct
2015-01-05 Keegan McAllistercreader: Convert free functions to Env methods
2015-01-05 Keegan McAllisterRename macro_escape to macro_use
2015-01-05 Keegan McAllisterStop using macro_escape as an inner attribute
2015-01-05 Keegan McAllisterUse $crate and macro reexport to reduce duplicated...
2015-01-05 Keegan McAllisterRemove unused if_ok! macro
2015-01-05 Keegan McAllisterImplement macro re-export
2015-01-05 Keegan McAllisterAllow leading :: in use items
2015-01-05 Keegan McAllisterAdd a special macro nonterminal $crate
2015-01-05 Keegan McAllisterReplace LetSyntaxTT with MacroRulesTT
2015-01-05 Keegan McAllisterDon't test codegen-units errors on stage1 (c.f. #20184)
2015-01-05 borsauto merge of #20514 : alexcrichton/rust/serialize...
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
2015-01-03 Jorge Apariciocollections: fix fallout
2015-01-03 Jorge Apariciocore: use assoc types in `Index[Mut]`
2015-01-03 Jorge Apariciotypeck: Index[Mut] traits now have *one* input paramete...
2015-01-03 Jorge Apariciouse assoc types in unop traits
2015-01-03 Jorge Apariciouse assoc types in binop traits
2015-01-03 Timon RappFix typo in documentation.
2015-01-03 Brian AndersonUpdate rust-installer. Fixes #20479
2015-01-03 borsauto merge of #19790 : akiss77/rust/aarch64-configure...
2015-01-03 Ivan PetkovMan page/--help dialog fix
2015-01-03 Brian Andersonrustup: Long lines
2015-01-03 Akos KissInitial version of AArch64 support.
2015-01-03 Jorge Apariciocore: merge IteratorPairExt into IteratorExt
2015-01-03 Jorge AparicioRegister new snapshots
next